From: bors Date: Wed, 9 Aug 2017 16:30:21 +0000 (+0000) Subject: Auto merge of #4382 - Xanewok:expose-filter-rule, r=alexcrichton X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~7^2~23 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=cae394308959f28a789ad6c7b3bb4164191c177c;p=cargo.git Auto merge of #4382 - Xanewok:expose-filter-rule, r=alexcrichton Expose ops::cargo_compile::FilterRule I've been mindlessly copying and consuming the Cargo API to work on the build plan prototype for RLS and I noticed that, it seems, pub `ops::cargo_compile::CompileFilter` is exported, but not the `ops::cargo_compile::FilterRule`, which `CompileFilter` uses, as a part of a public API. If I'm wrong and missing something, feel free to ignore/close it. It was possible to match/destructure `CompileFilter` before, but with this change it's possible to use the underlying type. --- cae394308959f28a789ad6c7b3bb4164191c177c